google.golang.org/grpc/internal/transport.http2Client.controlBuf (field)

24 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L88: 	controlBuf *controlBuffer
		http2_client.go#L357: 	t.controlBuf = newControlBuffer(t.ctxDone)
		http2_client.go#L447: 		t.loopy = newLoopyWriter(clientSide, t.framer, t.controlBuf, t.bdpEst)
		http2_client.go#L455: 		t.controlBuf.finish()
		http2_client.go#L822: 		success, err := t.controlBuf.executeAndPut(func(it interface{}) bool {
		http2_client.go#L944: 	t.controlBuf.executeAndPut(addBackStreamQuota, cleanup)
		http2_client.go#L979: 	t.controlBuf.finish()
		http2_client.go#L1030: 	t.controlBuf.put(&incomingGoAway{})
		http2_client.go#L1055: 	return t.controlBuf.put(df)
		http2_client.go#L1070: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
		http2_client.go#L1079: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
		http2_client.go#L1096: 	t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
		http2_client.go#L1097: 	t.controlBuf.put(&outgoingSettings{
		http2_client.go#L1123: 		t.controlBuf.put(&outgoingWindowUpdate{
		http2_client.go#L1133: 			t.controlBuf.put(&outgoingWindowUpdate{
		http2_client.go#L1139: 		t.controlBuf.put(bdpPing)
		http2_client.go#L1153: 				t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
		http2_client.go#L1240: 	t.controlBuf.executeAndPut(func(interface{}) bool {
		http2_client.go#L1258: 	t.controlBuf.put(pingAck)
		http2_client.go#L1299: 		defer t.controlBuf.put(&incomingGoAway{}) // Defer as t.mu is currently held.
		http2_client.go#L1366: 	t.controlBuf.put(&incomingWindowUpdate{
		http2_client.go#L1596: 		t.controlBuf.throttle()
		http2_client.go#L1717: 				t.controlBuf.put(p)
		http2_client.go#L1785: 	t.controlBuf.put(&outFlowControlSizeRequest{resp})